home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / PERL.SPK / gdbm / gdbm-1_7_3 / !ReadMe next >
Text File  |  1996-03-05  |  926b  |  24 lines

  1. RiscOs gdbm
  2.  
  3. Port by S.W.Ellacott@brighton.ac.uk
  4.  
  5. The GNU license and other info from the original UNIX is in the GNUstuff
  6. directory.
  7.  
  8. Gdbmlib is the gdmb routines made into a RISCOS library. They can be linked
  9. and called in the normal fashion. The module gdbm calls the main routines by
  10. SWI numbers (these are officially allocated by Acorn). It is mainly for
  11. use by Perl, but of course can be used from any language. For example, you
  12. could use it to implement associative arrays in BASIC!
  13.  
  14. The manual for the routines in Impression and TeX formats is in Docs. This
  15. does not cover the module itself: look at the SWI definitions in c.gdbm
  16. and cmhg.gdbm_head for these. Or examine the Perl package RDBM_File.
  17.  
  18.  
  19. Not implemented: file locking (mode commands are ignored). Known bug: the
  20. 'force overwrite' open mode does not work. To overwrite an existing
  21. database you must delete it first, and then open normally.
  22.  
  23. Steve Ellacott
  24.